github.com/andybalholm/brotli.hashLongestMatchQuickly.HashBytes (method)
4 uses
github.com/andybalholm/brotli (current package)
hash_longest_match_quickly.go#L26: func (h *hashLongestMatchQuickly) HashBytes(data []byte) uint32 {
hash_longest_match_quickly.go#L60: var key uint32 = h.HashBytes(data[i:])
hash_longest_match_quickly.go#L80: var key uint32 = h.HashBytes(data[ix&mask:])
hash_longest_match_quickly.go#L118: var key uint32 = h.HashBytes(data[cur_ix_masked:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |